Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

New serverless pattern - apigw dynamodb python cdk #2389

Open
wants to merge 4 commits into
base: main
Choose a base branch
from

Conversation

mayafrieman
Copy link

Issue #, if available:

Description of changes:
Adding new pattern for API Gateway direct integration to DynamoDB showcasing transformation of request/response using VTL and CDK and implement examples for using Cognito, Lambda authorizer and API keys.

By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.

@parikhudit
Copy link
Contributor

@mayafrieman Thanks for the contribution. Could you please remove the additional dependencies, zip archives, etc from the PR? You could add all required dependencies in requirements.txt and install them before deploying using sam build.

@@ -0,0 +1,53 @@
{
"title": "API Gateway direct integration to DynamoDB",
"description": "Create direct integration with API Gateway to DynamoDB showcasing transformation of request/response using VTL and CDK and implement examples for using Cognito, Lambda authorizer and API keys.",
Copy link
Contributor

@parikhudit parikhudit Sep 1, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Description here needs to be lesser than or equal to 150 characters

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Description was changed

@mayafrieman
Copy link
Author

Dependencies were removed

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants